Annotation Interface WebAction


@Target(METHOD) @Retention(RUNTIME) public @interface WebAction
Implement basic routing for REST APIs If a servlet extends PKIServlet this annotation can specify the method to use for handle a specific REST API. It has two parameter associating the HTTP operation and the path to be handled by this method. The paths are relative and inside the servlet context.
Author:
Marco Fargetta <mfargett@redhat.com>
See Also: